home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / PR05.ZIP / PR.TXT < prev   
Encoding:
Text File  |  1996-03-21  |  927 b   |  20 lines

  1. Documentation for PR.EXE v 0.5        3-20-96
  2.  
  3. This is a prime number generator that I wrote in c and compiled for
  4. OS/2 using GNU gcc.  You may need the EMX dll's to run this.  To
  5. run it, type 'pr' and enter an integer value to start calculating primes
  6. from.  The algorythm uses 32-bit integers as the data type, so the
  7. starting value should be less than 2^32 (about 4.2 billion) .  On slower
  8. machines there may be a delay before getting the "point> " prompt
  9. while it initializes its tables.  If you have questions comments or
  10. are interested in the source, contact me at:
  11.  
  12. leikerj@mail.utexas.edu
  13.  
  14. Multiple precision integers would be nice, so they may find their
  15. way into a next version; but on machines with 80 bit integers it
  16. starts to slow down, so it may not be worth it.  Anyway, hope
  17. you have fun with it.
  18.  
  19. Oh yea, I don't care what you do with this program, so long as
  20. I don't get in trouble for it.